projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7485c
)
(inferior-lisp-proc): Clean up error message.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 00:42:30 +0000
(
00:42
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 00:42:30 +0000
(
00:42
+0000)
lisp/progmodes/inf-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/inf-lisp.el
b/lisp/progmodes/inf-lisp.el
index 2791a7f0866391c6f6f8e858781b282807fc149e..2f5b608f864bd7b86985d32395f9d859a035ac28 100644
(file)
--- a/
lisp/progmodes/inf-lisp.el
+++ b/
lisp/progmodes/inf-lisp.el
@@
-574,7
+574,7
@@
See variable `lisp-describe-sym-command'."
(current-buffer)
inferior-lisp-buffer))))
(or proc
- (error "No
current process. See variable inferior-lisp-buffer
"))))
+ (error "No
Lisp subprocess; see variable `inferior-lisp-buffer'
"))))
;;; Do the user's customisation...